home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / util / boot / ShellUpdate.lha / Documentation / Installation < prev    next >
Text File  |  2001-12-28  |  2KB  |  54 lines

  1.         AmigaOs Version 45 installation:
  2.  
  3. The BB2 contributes a new AmigaOs shell segment, extending the
  4. features of the new console driver of Os 3.9. Amongst various
  5. bug fixes of the V40 shell segment, quite some new features have 
  6. been added. See the "shell" file for more information.
  7.  
  8. ______________________________________________________________________________
  9.  
  10. Installation:
  11.  
  12. Starting with 45.1, the shell offers two different installation 
  13. techniques:
  14.  
  15. Either as "just in time" replacement during bootstrap as a 
  16. "resident command", or as a true "resident ROM module". The first 
  17. method doesn't require a reboot, but cannot replace the resident 
  18. commands like "setenv". The second requires a reboot (possibly the 
  19. reboot by SetPatch), but also replaces resident commands, hence 
  20. enabling advanced features of these commands.
  21.  
  22.  
  23. Installation as "resident command" works as follows:
  24.  
  25. - Copy L/Shell-Seg to L:
  26. - Add the following two lines anywhere after SetPatch to your 
  27.   Startup-Sequence:
  28.  
  29. resident Shell L:Shell-Seg System Pure
  30. resident BootShell L:Shell-Seg System Pure
  31.  
  32. This will replace the ROM shell modules by the custom modules.
  33.  
  34.  
  35. Installation as "ROM module" works as follows:
  36.  
  37. - Copy L/Shell-Seg to L:
  38. - Copy C/LoadModule to C:
  39. - Add the following line *in front of* SetPatch:
  40.  
  41. LoadModule L:Shell-Seg NOREBOOT
  42.  
  43. (in front of = gets executed earlier)
  44.  
  45. This will replace the ROM shell and all its resident commands by
  46. the 45.1 shell.
  47.  
  48. Note that this is an interim solution. The Shell-Seg will end up
  49. in the ROM-Updates as soon as it is tested; turn-around times are
  50. faster this way.
  51.  
  52. ______________________________________________________________________________
  53.  
  54.